EXECUTION_TRIGGER

Systemwide variable required for the integration of Automation Analytics and Intelligence (AAI) with Automic Automation, see Automation Analytics and Intelligence Integration for Automic Automation.

  • Description: For the AAI integration, Automic Automation must be able to reach the Automic Connector. Set this parameter to Y[es] to establish a connection to the Automic Connector in AAI.

  • Allowed values: N[o] and Y[es]

    If you set the EXECUTION_TRIGGER to Y[es] and you use an MS SQL database, make sure that you disallow results from triggers. To do so, run the following command:

    sp_configure N'disallow results from triggers', 1;

    To verify that the configuration is correct run you can run the following command:

    SELECT * FROM sys.configurations WHERE [name] in ('disallow results from triggers','show advanced options');

  • Default value: N

  • Restart required: No

For more information, please refer to the Automation Analytics and Intelligence documentation at docs.automic.com.